home *** CD-ROM | disk | FTP | other *** search
/ Champak Vol E-14 / Vol E-14.iso / games / reelgold.swf / scripts / DefineSprite_16 / frame_9 / DoAction.as
Text File  |  2014-03-11  |  210b  |  10 lines

  1. so = SharedObject.getLocal("MiniclipLoaderAd");
  2. showThisAd = so.data.showThisAd + 1;
  3. if(showThisAd > totalAds)
  4. {
  5.    showThisAd = 1;
  6. }
  7. so.data.showThisAd = showThisAd;
  8. gotoAndStop("prepareAd");
  9. play();
  10.